ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / getShort Method / getShort(Byte[],Int32,Boolean) Method
data array
start of data in array
swap bytes?

In This Topic
    getShort(Byte[],Int32,Boolean) Method
    In This Topic
    Create a short from a two byte [], with optional byte swapping.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function getShort( _
       ByVal bfr() As Byte, _
       ByVal off As Integer, _
       ByVal swap As Boolean _
    ) As Short
    public static short getShort( 
       byte[] bfr,
       int off,
       bool swap
    )

    Parameters

    bfr
    data array
    off
    start of data in array
    swap
    swap bytes?

    Return Value

    native type from representation.
    See Also